home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Main.Dir / 00069_Script_69 < prev    next >
Text File  |  1998-04-28  |  186b  |  16 lines

  1. on exitFrame
  2.   if soundbusy(1) then go to frame "sing"
  3.   else 
  4.     starttimer
  5.     repeat while the timer < 60 
  6.       nothing
  7.     end repeat
  8.     quit    
  9.   end if
  10. end
  11.  
  12.  
  13.  
  14.  
  15.  
  16.